home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ShareTSM.h
-
- Contains: Interfaces for Sharing TSM document on OpenDoc part.
-
- Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
-
- */
-
- #ifndef _OD_SHARETSM_
- #define _OD_SHARETSM_
-
- #ifndef __TEXTSERVICES__
- #include <TextServices.h>
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #pragma import on
- extern pascal OSErr ODNewTSMDocumentForPart(short interfaceNum, OSType interfaceType[], TSMDocumentID *docID, long refcon);
- extern pascal OSErr ODUseTSMDocumentForPart(short interfaceNum, OSType interfaceType[], TSMDocumentID docID, long refcon);
- extern pascal OSErr ODDeleteTSMDocumentForPart(TSMDocumentID docID);
- #pragma import off
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif